←Select platform

Initialize Method

Summary

Sets this class with the information needed to work and run the view.

Syntax

C#
VB
C++
public virtual void Initialize( 
   WorkstationContainer container, 
   V view 
) 
  
Public Overridable Sub Initialize( _ 
   ByVal container As Leadtools.Medical.Workstation.WorkstationContainer, _ 
   ByVal view As V _ 
)  
public: 
virtual void Initialize(  
   Leadtools.Medical.Workstation.WorkstationContainer^ container, 
   _V^_ view 
)  

Parameters

container
The Leadtools.Medical.Workstation.WorkstationContainer for the current active workstation.

view
The view that will be activated.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly